• स्थिर बलन | |
constant: अचलराशि नियत | |
folding: वलन तह लगाना | |
constant folding meaning in Hindi
constant folding sentence in HindiExamples
More: Next- The Synthesis optimizations such as constant folding or common subexpression elimination.
- Constant folding may apply to more than just numbers.
- Constant folding can even use arithmetic identities.
- :: The compiler knows that the expression n is constant due to Constant folding.
- Constant folding can be done in a compiler's back end, as an adjunct to constant propagation.
- In other languages, concatenation of string literals with an operator is evaluated at compile time, via constant folding.
- Compile-time optimizations on the syntax tree include constant folding and context propagation, but peephole optimization is also performed.
- Constant folding and propagation are typically used together to achieve many simplifications and reductions, by interleaving them iteratively until no more changes occur.
- For example, constant folding and simple flow analysis shows that the statement xyz in the following code is " unreachable ":
- "' Constant folding "'is the process of recognizing and evaluating constant expressions at compile time rather than computing them at runtime.